projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad97cb
)
(ispell-command-loop): Make an undo boundary.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 04:44:11 +0000
(
04:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 19 May 1993 04:44:11 +0000
(
04:44
+0000)
lisp/textmodes/ispell4.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell4.el
b/lisp/textmodes/ispell4.el
index 079e821a19319f931af9edfe9c2b888dc456cb7e..8f1b83d38515dfec429e18ca66198a7df1fce4a5 100644
(file)
--- a/
lisp/textmodes/ispell4.el
+++ b/
lisp/textmodes/ispell4.el
@@
-493,6
+493,7
@@
L lookup; Q quit\n")
(while flag
(ispell-show-choices word message first-line)
(message "Ispell command: ")
+ (undo-boundary)
(let ((c (downcase (read-char)))
replacement)
(cond ((and (>= c ?0)